Skip to main content

FlowUniqueIdCreator Constructors

An object defining constructors for the FlowUniqueIdCreator class.

FlowUniqueIdCreator(name, workflowData, workflowCodeInstance)

Constructor for the FlowUniqueIdCreator class. Initializes a new instance of the FlowUniqueIdCreator class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


FlowUniqueIdCreator(name, workflowData, workflowCodeInstance)

Constructor for the FlowUniqueIdCreator class. Initializes a new instance of the FlowUniqueIdCreator class.

Parameters:

name (required): string
The name of the flow unique ID creator.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow unique ID creator.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.